Class OrchestrationWarningCodes
java.lang.Object
com.vasco.orchestration.client.errors.OrchestrationWarningCodes
The
OrchestrationWarningCodes class lists every warning code used when performing
orchestration tasks.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intLocation services are disabled on the devicestatic final intBluetooth permission not granted by userstatic final intLocation Bluetooth Scan permission not granted by user or location permission missing in manifeststatic final intLocation permission not granted by user or location permission missing in manifeststatic final intRead phone state permission not granted by userstatic final intWifi permission not granted by userstatic final intan unknown warning occurred -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN_WARNING
public static final int UNKNOWN_WARNINGan unknown warning occurred- See Also:
-
LOCATION_TIMEOUT
public static final int LOCATION_TIMEOUTDeprecated.geolocation did not retrieve a location with the request accuracy within the time limit- See Also:
-
MISSING_BLUETOOTH_PERMISSION
public static final int MISSING_BLUETOOTH_PERMISSIONBluetooth permission not granted by user- See Also:
-
MISSING_WIFI_PERMISSION
public static final int MISSING_WIFI_PERMISSIONWifi permission not granted by user- See Also:
-
MISSING_READ_PHONE_STATE_PERMISSION
public static final int MISSING_READ_PHONE_STATE_PERMISSIONRead phone state permission not granted by user- See Also:
-
MISSING_LOCATION_PERMISSION
public static final int MISSING_LOCATION_PERMISSIONLocation permission not granted by user or location permission missing in manifest- See Also:
-
LOCATION_UNAVAILABLE
public static final int LOCATION_UNAVAILABLELocation services are disabled on the device- See Also:
-
MISSING_LOCATION_BLUETOOTH_SCAN
public static final int MISSING_LOCATION_BLUETOOTH_SCANLocation Bluetooth Scan permission not granted by user or location permission missing in manifest- See Also:
-
-
Constructor Details
-
OrchestrationWarningCodes
public OrchestrationWarningCodes()
-